middle-endian - definitie. Wat is middle-endian
Diclib.com
Online Woordenboek

Wat (wie) is middle-endian - definitie

THE ORDER OF THE BYTES, COMPRISING A DIGITAL WORD, IN COMPUTER MEMORY
Big endian; Little endian; Middle endian; Middle-endian; Network byte order; Bytesexual; NUXI problem; Endianess; Endianity; Byte ordering; Byte order; Byte sex; Bigendian; Littleendian; Network order; Big-Endians; Endiannes; Ntohl; Ntohs; Htonl; Htons; Big Endians; NUXI; Endian problem; Endianism; Little Endian; Big Endian; Bi-endian; Bytesex; Byte swap; Byte Gender; Byte gender; Big-endian; Little-endian; Intel convention; Motorola convention; Bit-level endianness; Bit endianness; Mixed-endian; Mixed endian; Mixed endianness; Little endianness; Big endianness; Medium endianness; Middle endianness; Medium endian; Medium-endian; Most significant byte first; Lowest significant byte first; Endiannesses; High order byte; High-order byte; Big End In; Little End In; Little end in; Big end in; Big-endian and Little-endian

middle-endian         
<data, architecture> Neither big-endian nor little-endian. Used of perverse byte orders such as 3-4-1-2 or 2-1-4-3, occasionally found in the packed decimal formats of some minicomputer manufacturers. See -endian. [Jargon File] (1998-08-09)
little-endian         
<data, architecture> A computer architecture in which, within a given 16- or 32-bit word, bytes at lower addresses have lower significance (the word is stored "little-end-first"). The PDP-11 and VAX families of computers and Intel microprocessors and a lot of communications and networking hardware are little-endian. The term is sometimes used to describe the ordering of units other than bytes; most often, bits within a byte. Compare big-endian, middle-endian. See NUXI problem. [Jargon File] (1995-08-16)
bytesexual         
/bi:t"sek"shu-*l/ Said of hardware, denotes willingness to compute or pass data in either big-endian or little-endian format (depending, presumably, on a mode bit somewhere). See also NUXI problem. [Jargon File]

Wikipedia

Endianness

In computing, endianness is the order or sequence of bytes of a word of digital data in computer memory. Endianness is primarily expressed as big-endian (BE) or little-endian (LE). A big-endian system stores the most significant byte of a word at the smallest memory address and the least significant byte at the largest. A little-endian system, in contrast, stores the least-significant byte at the smallest address. Bi-endianness is a feature supported by numerous computer architectures that feature switchable endianness in data fetches and stores or for instruction fetches. Other orderings are generically called middle-endian or mixed-endian.

Endianness may also be used to describe the order in which the bits are transmitted over a communication channel, e.g., big-endian in a communications channel transmits the most significant bits first. Bit-endianness is seldom used in other contexts.